home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 215
- Top = 108
- Width = 555
- Height = 395
- Caption = 'HTML Demo, Version 2.0 '
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu
- PixelsPerInch = 96
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 330
- Width = 547
- Height = 19
- Align = alBottom
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 0
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 547
- Height = 33
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object Edit1: TEdit
- Left = 190
- Top = 4
- Width = 337
- Height = 24
- TabStop = False
- ReadOnly = True
- TabOrder = 0
- end
- object Reload: TButton
- Left = 10
- Top = 4
- Width = 59
- Height = 24
- Caption = '&Reload'
- Enabled = False
- TabOrder = 1
- OnClick = ReloadClick
- end
- object BackButton: TButton
- Left = 69
- Top = 4
- Width = 59
- Height = 24
- Caption = '&Back'
- Enabled = False
- TabOrder = 2
- OnClick = FwdBackClick
- end
- object FwdButton: TButton
- Left = 128
- Top = 4
- Width = 59
- Height = 24
- Caption = '&Forward'
- Enabled = False
- TabOrder = 3
- OnClick = FwdBackClick
- end
- end
- object Panel3: TPanel
- Left = 0
- Top = 33
- Width = 547
- Height = 297
- Align = alClient
- BevelInner = bvLowered
- BevelOuter = bvNone
- Caption = 'Panel3'
- TabOrder = 2
- object Viewer: THTMLViewer
- Left = 1
- Top = 1
- Width = 545
- Height = 295
- OnHotSpotCovered = HotSpotChange
- OnHotSpotClick = HotSpotClick
- OnHistoryChange = HistoryChange
- ViewImages = False
- TabStop = True
- TabOrder = 0
- Align = alClient
- BorderStyle = bsNone
- HistoryMaxCount = 6
- DefFontName = 'Times New Roman'
- end
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'htm'
- Filter = 'html files|*.htm|all files|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Left = 393
- Top = 2
- end
- object MainMenu: TMainMenu
- Left = 355
- Top = 4
- object File1: TMenuItem
- Caption = '&File'
- object Open: TMenuItem
- Caption = '&Open'
- OnClick = OpenFileClick
- ShortCutText = 'F3'
- end
- object Print1: TMenuItem
- Caption = '&Print...'
- Enabled = False
- OnClick = Print1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit: TMenuItem
- Caption = 'E&xit'
- OnClick = ExitClick
- end
- end
- object options1: TMenuItem
- Caption = '&Options'
- object ShowImages: TMenuItem
- Caption = '&Show images'
- OnClick = ShowImagesClick
- end
- object Fonts: TMenuItem
- Caption = 'Default &Font/Colors...'
- OnClick = FontColorsClick
- end
- end
- object HistoryMenuItem: TMenuItem
- Caption = '&History'
- Visible = False
- end
- object About1: TMenuItem
- Caption = '&About'
- OnClick = About1Click
- end
- end
- object PrintDialog: TPrintDialog
- FromPage = 1
- MinPage = 1
- MaxPage = 9999
- Options = [poPageNums]
- ToPage = 1
- Left = 434
- Top = 1
- end
- end
-